home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / DEFAULT.MAK < prev    next >
Text File  |  1997-05-12  |  201b  |  21 lines

  1. all : (place your final targets here)
  2.  
  3. .asm.obj:
  4.   masm2obj $*
  5.  
  6. .asm.exe:
  7.   masm2exe $*
  8.  
  9. .c.obj:
  10.   bc2obj $*
  11.  
  12. .c.exe:
  13.   bc2exe $*
  14.  
  15. .cpp.obj:
  16.   bcpp2obj $*
  17.  
  18. .cpp.exe:
  19.   bcpp2exe $*
  20.  
  21.